diff lisp/help-mode.el @ 89958:0bdb5a16ae51

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-27 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-471 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-478 Update from CVS
author Miles Bader <miles@gnu.org>
date Tue, 03 Aug 2004 00:03:00 +0000
parents 4c90ffeb71c5 6a5acd0aae39
children eac554634bfa
line wrap: on
line diff
--- a/lisp/help-mode.el	Wed Jul 28 07:05:52 2004 +0000
+++ b/lisp/help-mode.el	Tue Aug 03 00:03:00 2004 +0000
@@ -581,7 +581,7 @@
   (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.