diff options
| -rw-r--r-- | lisp/abbrevlist.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/abbrevlist.el b/lisp/abbrevlist.el index bd3482f974b..d52ccffeb3c 100644 --- a/lisp/abbrevlist.el +++ b/lisp/abbrevlist.el | |||
| @@ -28,6 +28,7 @@ | |||
| 28 | 28 | ||
| 29 | ;;; Code: | 29 | ;;; Code: |
| 30 | 30 | ||
| 31 | ;;;###autoload | ||
| 31 | (defun list-one-abbrev-table (abbrev-table output-buffer) | 32 | (defun list-one-abbrev-table (abbrev-table output-buffer) |
| 32 | "Display alphabetical listing of ABBREV-TABLE in buffer OUTPUT-BUFFER." | 33 | "Display alphabetical listing of ABBREV-TABLE in buffer OUTPUT-BUFFER." |
| 33 | (with-output-to-temp-buffer output-buffer | 34 | (with-output-to-temp-buffer output-buffer |