emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 0ba0af0: Document #$ in the overview


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 0ba0af0: Document #$ in the overview
Date: Sat, 12 Oct 2019 15:14:48 -0400 (EDT)

branch: master
commit 0ba0af06e22c6618f98d733476be2170b900833d
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Document #$ in the overview
    
    * doc/lispref/objects.texi (Special Read Syntax): Add #$.
---
 doc/lispref/objects.texi | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi
index 2becc6f..470982e 100644
--- a/doc/lispref/objects.texi
+++ b/doc/lispref/objects.texi
@@ -144,9 +144,6 @@ starting list count:
 object, so when reading back the object, they will be the same object
 instead of copies (@pxref{Circular Objects}).
 
-@item @samp{#@@N}
-Skip the next @samp{N} characters (@pxref{Comments}).
-
 @item @samp{#xN}
 @samp{N} represented as a hexadecimal number (@samp{#x2a}).
 
@@ -167,6 +164,16 @@ A hash table (@pxref{Hash Table Type}).
 
 @item @samp{?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
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]