projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
150fc9c
)
Add s Symbol entry in the glossary
author
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 23 Sep 2021 21:33:36 +0000
(23:33 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 23 Sep 2021 21:33:36 +0000
(23:33 +0200)
* doc/emacs/glossary.texi (Glossary): Add an entry for Symbol
(bug#50760).
doc/emacs/glossary.texi
patch
|
blob
|
history
diff --git
a/doc/emacs/glossary.texi
b/doc/emacs/glossary.texi
index 4f971eb1e01988c47d1f301cc5941e465c1c5b76..f7137284d20638560de05b0cb9dac32d461528d7 100644
(file)
--- a/
doc/emacs/glossary.texi
+++ b/
doc/emacs/glossary.texi
@@
-1334,6
+1334,12
@@
allowed as well.
@item String Substitution
@xref{Glossary---Global Substitution}.
+@item Symbol
+A symbol in Emacs Lisp is an object with a name. The
+symbol name serves as the printed representation of the symbol.
+@xref{Symbol Type,, Symbol Type, elisp, The Emacs Lisp Reference
+Manual}.
+
@item Syntax Highlighting
@xref{Glossary---Font Lock}.