diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-14 07:55:56 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-14 07:57:14 +0200 |
commit | 25ebb9374bdadf66153727831fc7ff131c8cf299 (patch) | |
tree | 7ed04a5efe70f4f6e66118aebd9ccee12275d6bf /lisp/so-long.el | |
parent | cf2fa6c87f4da4665ff8a9e8e220bba0b5bccefc (diff) | |
download | emacs-25ebb9374bdadf66153727831fc7ff131c8cf299.tar.gz emacs-25ebb9374bdadf66153727831fc7ff131c8cf299.tar.bz2 emacs-25ebb9374bdadf66153727831fc7ff131c8cf299.zip |
; More minor docfixes found by checkdoc
Diffstat (limited to 'lisp/so-long.el')
-rw-r--r-- | lisp/so-long.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/so-long.el b/lisp/so-long.el index 7bf15e85dad..c39c3ecaf3f 100644 --- a/lisp/so-long.el +++ b/lisp/so-long.el @@ -1532,7 +1532,7 @@ This is the `so-long-revert-function' for `so-long-mode'." (interactive) (let ((so-long-original-mode (so-long-original 'major-mode))) (unless so-long-original-mode - (error "Original mode unknown.")) + (error "Original mode unknown")) (funcall so-long-original-mode) ;; Emacs 26+ has already called `hack-local-variables' (during ;; `run-mode-hooks'; provided there was a `buffer-file-name'), but for older |