1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; Fix typos.

This commit is contained in:
Mattias Engdegård 2022-07-02 12:01:18 +02:00
parent c5aec9b10d
commit 8d68760dde
24 changed files with 26 additions and 26 deletions

View file

@ -408,7 +408,7 @@ or call the function `%s'."))))
No problems result if this variable is not bound.
`add-hook' automatically binds it. (This is true for all hook variables.)"
modefun)))
;; Allow using using `M-x customize-variable' on the hook.
;; Allow using `M-x customize-variable' on the hook.
(put ',hook 'custom-type 'hook)
(put ',hook 'standard-value (list nil))