diff options
| author | Po Lu | 2023-06-20 09:18:27 +0800 |
|---|---|---|
| committer | Po Lu | 2023-06-20 09:18:27 +0800 |
| commit | 8f3fee7dffadfce25c8f47fb71674f77417b42e5 (patch) | |
| tree | 69bc7643e0c6bd2ee13247e10835b8a3da36e42b /lisp/textmodes | |
| parent | d067b2fca0005f3032d82f80f5c4d88750395dfc (diff) | |
| parent | 1e13610b75718e7904f8af181fb73571639e1211 (diff) | |
| download | emacs-8f3fee7dffadfce25c8f47fb71674f77417b42e5.tar.gz emacs-8f3fee7dffadfce25c8f47fb71674f77417b42e5.zip | |
Merge remote-tracking branch 'origin/master' into feature/android
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/picture.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/picture.el b/lisp/textmodes/picture.el index 9aa9b72c513..f98c3963b6f 100644 --- a/lisp/textmodes/picture.el +++ b/lisp/textmodes/picture.el | |||
| @@ -383,7 +383,7 @@ Interactively, ARG is the numeric argument, and defaults to 1." | |||
| 383 | The syntax for this variable is like the syntax used inside of `[...]' | 383 | The syntax for this variable is like the syntax used inside of `[...]' |
| 384 | in a regular expression--but without the `[' and the `]'. | 384 | in a regular expression--but without the `[' and the `]'. |
| 385 | It is NOT a regular expression, and should follow the usual | 385 | It is NOT a regular expression, and should follow the usual |
| 386 | rules for the contents of a character alternative. | 386 | rules for the contents of a bracket expression. |
| 387 | It defines a set of \"interesting characters\" to look for when setting | 387 | It defines a set of \"interesting characters\" to look for when setting |
| 388 | \(or searching for) tab stops, initially \"!-~\" (all printing characters). | 388 | \(or searching for) tab stops, initially \"!-~\" (all printing characters). |
| 389 | For example, suppose that you are editing a table which is formatted thus: | 389 | For example, suppose that you are editing a table which is formatted thus: |