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:
parent
747aa4cfc6
commit
fdeadcd1f6
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user