mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: remove faulty quote in prot-abbrev-update-html-prompt
This commit is contained in:
parent
7941674827
commit
2c2a3f594f
|
|
@ -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 ()
|
||||
|
|
|
|||
|
|
@ -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 ()
|
||||
|
|
|
|||
Loading…
Reference in a new issue