summaryrefslogtreecommitdiff
path: root/lisp/abbrevlist.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/abbrevlist.el')
-rw-r--r--lisp/abbrevlist.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/abbrevlist.el b/lisp/abbrevlist.el
index 554bacd645f..15b842c6cb6 100644
--- a/lisp/abbrevlist.el
+++ b/lisp/abbrevlist.el
@@ -22,7 +22,7 @@
(provide 'abbrevlist)
(defun list-one-abbrev-table (abbrev-table output-buffer)
- "Display alphabetical listing of ABBREV-TABLE in buffer OUTPUT-BUFFER."
+ "Display alphabetical listing of ABBREV-TABLE in buffer BUFFER."
(with-output-to-temp-buffer output-buffer
(save-excursion
(let ((abbrev-list nil) (first-column 0))