From: Christoph Scholtes Date: Sat, 3 Sep 2011 17:16:57 +0000 (-0600) Subject: * help.el (help-return-method): Doc fix. X-Git-Tag: emacs-pretest-24.0.90~104^2~155^2~6 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f3ada0eeb5a6011eafa45bdce9abea5db46d4939;p=emacs.git * help.el (help-return-method): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a365d6078ea..dae4cbf6609 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-09-03 Christoph Scholtes + + * help.el (help-return-method): Doc fix. + 2011-09-03 Martin Rudalics * window.el (window-deletable-p): Don't return a non-nil value diff --git a/lisp/help.el b/lisp/help.el index 710dc34ea89..3ed6f79275a 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -132,7 +132,7 @@ "What to do to \"exit\" the help buffer. This is a list (WINDOW . t) delete the selected window (and possibly its frame, - see `quit-window' and `View-quit'), go to WINDOW. + see `quit-window'), go to WINDOW. (WINDOW . quit-window) do quit-window, then select WINDOW. (WINDOW BUF START POINT) display BUF at START, POINT, then select WINDOW.")