emacs: remove faulty quote in prot-abbrev-update-html-prompt

This commit is contained in:
Protesilaos Stavrou 2024-02-20 15:05:36 +02:00
parent 7941674827
commit 2c2a3f594f
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 2 additions and 2 deletions

View file

@ -10264,7 +10264,7 @@ Use completion among previous entries, retrieving their data from
`prot-abbrev-update-html-history'."
(completing-read
"Insert update for manual: "
'prot-abbrev-update-html-history
prot-abbrev-update-html-history
nil nil nil 'prot-abbrev-update-html-history))
(defun prot-abbrev-update-html ()

View file

@ -68,7 +68,7 @@ Use completion among previous entries, retrieving their data from
`prot-abbrev-update-html-history'."
(completing-read
"Insert update for manual: "
'prot-abbrev-update-html-history
prot-abbrev-update-html-history
nil nil nil 'prot-abbrev-update-html-history))
(defun prot-abbrev-update-html ()