From: John Paul Wallington Date: Sun, 1 Aug 2004 05:54:54 +0000 (+0000) Subject: (help-go-back): Delete period from end of error message. X-Git-Tag: ttn-vms-21-2-B4~5360 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fdeadcd1f6182517df0fcd908513b3f7207b1b55;p=emacs.git (help-go-back): Delete period from end of error message. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c9f70c9f4be..c2336e478a8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,11 @@ 2004-08-01 John Paul Wallington + * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility) + (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist) + (pr-switches): Remove period from end of error messages. + + * help-mode.el (help-go-back): Likewise. + * abbrev.el (only-global-abbrevs): Doc fix. (edit-abbrevs-map): Define within defvar. (quietly-read-abbrev-file): Doc fix. diff --git a/lisp/help-mode.el b/lisp/help-mode.el index 11656ec368c..a2dcdf91ed8 100644 --- a/lisp/help-mode.el +++ b/lisp/help-mode.el @@ -581,7 +581,7 @@ help buffer." (interactive) (if help-xref-stack (help-xref-go-back (current-buffer)) - (error "No previous help buffer."))) + (error "No previous help buffer"))) (defun help-do-xref (pos function args) "Call the help cross-reference function FUNCTION with args ARGS.