From f3ada0eeb5a6011eafa45bdce9abea5db46d4939 Mon Sep 17 00:00:00 2001 From: Christoph Scholtes Date: Sat, 3 Sep 2011 11:16:57 -0600 Subject: [PATCH] * help.el (help-return-method): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/help.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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.") -- 2.39.2