diff options
| author | Glenn Morris | 2009-08-21 07:24:26 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-08-21 07:24:26 +0000 |
| commit | d5d105e863bbbcaad1cdb89b4cd4e74fd5815fe6 (patch) | |
| tree | c63b6d50f533e1b8329c289f09f3e4d3de53eeb9 /lisp/progmodes | |
| parent | a8ab722f607b850b8dba6eb17674df18861f73d6 (diff) | |
| download | emacs-d5d105e863bbbcaad1cdb89b4cd4e74fd5815fe6.tar.gz emacs-d5d105e863bbbcaad1cdb89b4cd4e74fd5815fe6.zip | |
Use help-print-return-message rather than the now obsolete alias.
Diffstat (limited to 'lisp/progmodes')
| -rw-r--r-- | lisp/progmodes/python.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/vhdl-mode.el | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 7221d8ecb73..308af6c02cc 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -1787,7 +1787,7 @@ will." | |||
| 1787 | ;; Fixme: Is this actually useful? | 1787 | ;; Fixme: Is this actually useful? |
| 1788 | (help-setup-xref (list 'python-describe-symbol symbol) (interactive-p)) | 1788 | (help-setup-xref (list 'python-describe-symbol symbol) (interactive-p)) |
| 1789 | (set (make-local-variable 'comint-redirect-subvert-readonly) t) | 1789 | (set (make-local-variable 'comint-redirect-subvert-readonly) t) |
| 1790 | (print-help-return-message)))) | 1790 | (help-print-return-message)))) |
| 1791 | (comint-redirect-send-command-to-process (format "emacs.ehelp(%S, %s)" | 1791 | (comint-redirect-send-command-to-process (format "emacs.ehelp(%S, %s)" |
| 1792 | symbol python-imports) | 1792 | symbol python-imports) |
| 1793 | "*Help*" (python-proc) nil nil)) | 1793 | "*Help*" (python-proc) nil nil)) |
diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el index 3cf930339e9..a7f033c7045 100644 --- a/lisp/progmodes/vhdl-mode.el +++ b/lisp/progmodes/vhdl-mode.el | |||
| @@ -16979,7 +16979,7 @@ to visually support naming conventions.") | |||
| 16979 | (princ (documentation-property variable 'variable-documentation)) | 16979 | (princ (documentation-property variable 'variable-documentation)) |
| 16980 | (with-current-buffer standard-output | 16980 | (with-current-buffer standard-output |
| 16981 | (help-mode)) | 16981 | (help-mode)) |
| 16982 | (print-help-return-message))) | 16982 | (help-print-return-message))) |
| 16983 | 16983 | ||
| 16984 | (defun vhdl-doc-mode () | 16984 | (defun vhdl-doc-mode () |
| 16985 | "Display VHDL Mode documentation in *Help* buffer." | 16985 | "Display VHDL Mode documentation in *Help* buffer." |
| @@ -16993,7 +16993,7 @@ to visually support naming conventions.") | |||
| 16993 | (princ (documentation 'vhdl-mode)) | 16993 | (princ (documentation 'vhdl-mode)) |
| 16994 | (with-current-buffer standard-output | 16994 | (with-current-buffer standard-output |
| 16995 | (help-mode)) | 16995 | (help-mode)) |
| 16996 | (print-help-return-message))) | 16996 | (help-print-return-message))) |
| 16997 | 16997 | ||
| 16998 | 16998 | ||
| 16999 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 16999 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |