summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2019-04-12 07:51:35 -0700
committerGlenn Morris <rgm@gnu.org>2019-04-12 07:51:35 -0700
commita25f4d6ef5f8c3724274f6d0bb91300bcbe076ae (patch)
treeb42c66e58f9e306c9965d22baf1d034b8c5dd413 /doc
parentd4b90e598e77c90fadff9ce8bd7da31dd62225a4 (diff)
parent818a68b1cab9eb27d552ba825470fda802dbebcd (diff)
downloademacs-a25f4d6ef5f8c3724274f6d0bb91300bcbe076ae.tar.gz
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.
If it is a list, @code{read-command} interns the first element of this list.
If @var{default} is @code{nil}, that means no default has been
specified; then if the user enters null input, the return value is
-@code{(intern "")}, that is, a symbol whose name is an empty string.
+@code{(intern "")}, that is, a symbol whose name is an empty string,
+and whose printed representation is @code{##} (@pxref{Symbol Type}).
@example
(read-command "Command name? ")