aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/abbrev.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/abbrev.el')
-rw-r--r--lisp/abbrev.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/abbrev.el b/lisp/abbrev.el
index 0c140a84159..b6167d2c1a5 100644
--- a/lisp/abbrev.el
+++ b/lisp/abbrev.el
@@ -825,7 +825,7 @@ Only writes the non-system abbrevs.
825Presumes that `standard-output' points to `current-buffer'." 825Presumes that `standard-output' points to `current-buffer'."
826 (unless (or (null (symbol-value sym)) (abbrev-get sym :system)) 826 (unless (or (null (symbol-value sym)) (abbrev-get sym :system))
827 (insert " (") 827 (insert " (")
828 (prin1 sym) 828 (prin1 (symbol-name sym))
829 (insert " ") 829 (insert " ")
830 (prin1 (symbol-value sym)) 830 (prin1 (symbol-value sym))
831 (insert " ") 831 (insert " ")