mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-19 19:37:58 +00:00
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
This commit is contained in:
commit
e0a2dae0db
1 changed files with 10 additions and 0 deletions
|
|
@ -167,6 +167,16 @@ A hash table (@pxref{Hash Table Type}).
|
|||
|
||||
@item ?C
|
||||
A character (@pxref{Basic Char Syntax}).
|
||||
|
||||
@item @samp{#$}
|
||||
The current file name in byte-compiled files (@pxref{Docs and
|
||||
Compilation}). This is not meant to be used in Emacs Lisp source
|
||||
files.
|
||||
|
||||
@item @samp{#@@N}
|
||||
Skip the next @samp{N} characters (@pxref{Comments}). This is used in
|
||||
byte-compiled files, and is not meant to be used in Emacs Lisp source
|
||||
files.
|
||||
@end table
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue