diff options
| author | Glenn Morris | 2021-03-18 08:50:32 -0700 |
|---|---|---|
| committer | Glenn Morris | 2021-03-18 08:50:32 -0700 |
| commit | 29ca91f3d9ede2026ff2c90c55f78282c33cefc3 (patch) | |
| tree | 0eaa00fc6e7581238057825bd5ef1da0727c0ca1 /doc | |
| parent | 88ab1d1cc465c7403c8d381083835d86c4a6964b (diff) | |
| parent | a7f95d5244dcb1fea067858c3ddc2bb2a22ba37a (diff) | |
| download | emacs-29ca91f3d9ede2026ff2c90c55f78282c33cefc3.tar.gz emacs-29ca91f3d9ede2026ff2c90c55f78282c33cefc3.zip | |
Merge from origin/emacs-27
a7f95d5244 Remove duplicate @table item from ELisp manual
be1b3512f7 Fix reference to 'diff-font-lock-syntax' in diff-mode docu...
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/files.texi | 5 | ||||
| -rw-r--r-- | doc/lispref/objects.texi | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 6b3bc430d97..912980b688c 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi | |||
| @@ -1670,8 +1670,9 @@ modify the original (``old'') source files rather than the patched | |||
| 1670 | (``new'') source files. | 1670 | (``new'') source files. |
| 1671 | 1671 | ||
| 1672 | @vindex diff-font-lock-syntax | 1672 | @vindex diff-font-lock-syntax |
| 1673 | If non-@code{nil}, fragments of source in hunks are highlighted | 1673 | If @code{diff-font-lock-syntax} is non-@code{nil}, fragments of |
| 1674 | according to the appropriate major mode. | 1674 | source in hunks are highlighted according to the appropriate major |
| 1675 | mode. | ||
| 1675 | 1676 | ||
| 1676 | @node Copying and Naming | 1677 | @node Copying and Naming |
| 1677 | @section Copying, Naming and Renaming Files | 1678 | @section Copying, Naming and Renaming Files |
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi index 64e7d53d935..0d0caebd1f7 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi | |||
| @@ -148,9 +148,6 @@ starting list count: | |||
| 148 | object, so when reading back the object, they will be the same object | 148 | object, so when reading back the object, they will be the same object |
| 149 | instead of copies (@pxref{Circular Objects}). | 149 | instead of copies (@pxref{Circular Objects}). |
| 150 | 150 | ||
| 151 | @item #@@N | ||
| 152 | Skip the next @samp{N} characters (@pxref{Comments}). | ||
| 153 | |||
| 154 | @item #xN | 151 | @item #xN |
| 155 | @samp{N} represented as a hexadecimal number (@samp{#x2a}). | 152 | @samp{N} represented as a hexadecimal number (@samp{#x2a}). |
| 156 | 153 | ||