aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/help.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el
index b7d867eb70e..1b0149616f2 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -131,7 +131,6 @@ This is a list
131 (WINDOW . quit-window) do quit-window, then select WINDOW. 131 (WINDOW . quit-window) do quit-window, then select WINDOW.
132 (WINDOW BUF START POINT) display BUF at START, POINT, then select WINDOW.") 132 (WINDOW BUF START POINT) display BUF at START, POINT, then select WINDOW.")
133 133
134(define-obsolete-function-alias 'print-help-return-message 'help-print-return-message "23.2")
135(defun help-print-return-message (&optional function) 134(defun help-print-return-message (&optional function)
136 "Display or return message saying how to restore windows after help command. 135 "Display or return message saying how to restore windows after help command.
137This function assumes that `standard-output' is the help buffer. 136This function assumes that `standard-output' is the help buffer.