1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-14 03:37:38 -08:00

(abbrev--write): Fix up typo.

This commit is contained in:
Stefan Monnier 2007-11-05 04:28:32 +00:00
parent f57a951212
commit e486b005a9
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
* abbrev.el (abbrev--write): Fix up typo.
2007-11-04 Juanma Barranquero <lekktu@gmail.com>
* abbrev.el (define-abbrev-table): Doc fix.

View file

@ -825,7 +825,7 @@ Only writes the non-system abbrevs.
Presumes that `standard-output' points to `current-buffer'."
(unless (or (null (symbol-value sym)) (abbrev-get sym :system))
(insert " (")
(prin1 name)
(prin1 sym)
(insert " ")
(prin1 (symbol-value sym))
(insert " ")