1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

(help-go-back): Delete period from end of error message.

This commit is contained in:
John Paul Wallington 2004-08-01 05:54:54 +00:00
parent 747aa4cfc6
commit fdeadcd1f6
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
2004-08-01 John Paul Wallington <jpw@gnu.org>
* 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.

View File

@ -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.