Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs

This commit is contained in:
Eli Zaretskii 2019-10-12 22:22:37 +03:00
commit e0a2dae0db

View file

@ -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