Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b6c3e4b1
Commit
b6c3e4b1
authored
Feb 12, 2013
by
Glenn Morris
Browse files
* doc/lispref/objects.texi (Char-Table Type): Add footnote about #^^.
parent
b5ca9d53
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+2
-0
doc/lispref/objects.texi
doc/lispref/objects.texi
+2
-1
No files found.
doc/lispref/ChangeLog
View file @
b6c3e4b1
2013-02-13 Glenn Morris <rgm@gnu.org>
* objects.texi (Char-Table Type): Add footnote about #^^.
* modes.texi (Minor Mode Conventions): Fix typo.
2013-02-12 Glenn Morris <rgm@gnu.org>
...
...
doc/lispref/objects.texi
View file @
b6c3e4b1
...
...
@@ -1179,7 +1179,8 @@ a whole character set.
@cindex @samp{#^} read syntax
The printed representation of a char-table is like a vector
except that there is an extra @samp{#^} at the beginning.
except that there is an extra @samp{#^} at the beginning.@footnote{You
may also encounter @samp{#^^}, used for ``sub-char-tables''.}
@xref{Char-Tables}, for special functions to operate on char-tables.
Uses of char-tables include:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment