diff options
author | Andrea Corallo <akrl@sdf.org> | 2020-10-14 11:04:55 +0200 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-10-14 11:04:55 +0200 |
commit | f8505fd3d43dd95492855eac88922b5b27201e7a (patch) | |
tree | 5e2de987d295fb3a34e52ea7930265351ce45f2b /lisp/help.el | |
parent | 03e98f93f72c8a158a3584355bca174e2c63dce6 (diff) | |
parent | b13e0c1501a21e942692718194c634e01a13928a (diff) | |
download | emacs-f8505fd3d43dd95492855eac88922b5b27201e7a.tar.gz emacs-f8505fd3d43dd95492855eac88922b5b27201e7a.tar.bz2 emacs-f8505fd3d43dd95492855eac88922b5b27201e7a.zip |
Merge remote-tracking branch 'savannah/master' into HEAD
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/help.el b/lisp/help.el index 1a3fd35e44e..d7a53f53641 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -101,6 +101,7 @@ (define-key map "p" 'finder-by-keyword) (define-key map "P" 'describe-package) (define-key map "r" 'info-emacs-manual) + (define-key map "R" 'info-display-manual) (define-key map "s" 'describe-syntax) (define-key map "t" 'help-with-tutorial) (define-key map "w" 'where-is) @@ -223,6 +224,7 @@ o SYMBOL Display the given function or variable's documentation and value. p TOPIC Find packages matching a given topic keyword. P PACKAGE Describe the given Emacs Lisp package. r Display the Emacs manual in Info mode. +R Prompt for a manual and then display it in Info mode. s Display contents of current syntax table, plus explanations. S SYMBOL Show the section for the given symbol in the Info manual for the programming language used in this buffer. |