aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2019-04-12 07:51:35 -0700
committerGlenn Morris2019-04-12 07:51:35 -0700
commita25f4d6ef5f8c3724274f6d0bb91300bcbe076ae (patch)
treeb42c66e58f9e306c9965d22baf1d034b8c5dd413 /doc
parentd4b90e598e77c90fadff9ce8bd7da31dd62225a4 (diff)
parent818a68b1cab9eb27d552ba825470fda802dbebcd (diff)
downloademacs-a25f4d6ef5f8c3724274f6d0bb91300bcbe076ae.tar.gz
emacs-a25f4d6ef5f8c3724274f6d0bb91300bcbe076ae.zip
Merge from origin/emacs-26
818a68b * etc/HISTORY: Update for Emacs 26.2 release. e04aa5a ; ChangeLog.3 update 8297e97 * etc/AUTHORS: Update. 8582936 Improve documentation of 'read-command' dc81c05 ; * CONTRIBUTE: Mention where to ask for the copyright assign... b77723a Fix an outdated URL in a comment
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/minibuf.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi
index 6c37fa92d6c..cfea336a9e5 100644
--- a/doc/lispref/minibuf.texi
+++ b/doc/lispref/minibuf.texi
@@ -1333,7 +1333,8 @@ is a string, @code{read-command} interns it before returning it.
1333If it is a list, @code{read-command} interns the first element of this list. 1333If it is a list, @code{read-command} interns the first element of this list.
1334If @var{default} is @code{nil}, that means no default has been 1334If @var{default} is @code{nil}, that means no default has been
1335specified; then if the user enters null input, the return value is 1335specified; then if the user enters null input, the return value is
1336@code{(intern "")}, that is, a symbol whose name is an empty string. 1336@code{(intern "")}, that is, a symbol whose name is an empty string,
1337and whose printed representation is @code{##} (@pxref{Symbol Type}).
1337 1338
1338@example 1339@example
1339(read-command "Command name? ") 1340(read-command "Command name? ")