diff options
author | Phillip Rulon <pjr@gnu.org> | 1999-10-05 23:26:05 +0000 |
---|---|---|
committer | Phillip Rulon <pjr@gnu.org> | 1999-10-05 23:26:05 +0000 |
commit | a40d4712b29a99f060a32e8546d8b4522db4b284 (patch) | |
tree | 5d272ec75e9255e41b69e010f45bf198259db5b5 /lispref/anti.texi | |
parent | 46fe917b5aecf6fb0c850a744684ab40b56774b8 (diff) | |
download | emacs-a40d4712b29a99f060a32e8546d8b4522db4b284.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref/anti.texi')
-rw-r--r-- | lispref/anti.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lispref/anti.texi b/lispref/anti.texi index 1b9fa426d86..a6a86b6c82c 100644 --- a/lispref/anti.texi +++ b/lispref/anti.texi @@ -105,6 +105,12 @@ Windows cannot be made fixed-width or fixed-height; Emacs will adjust the size of all windows when it needs to. @item +The string used as the value of the @code{before-string} or +@code{after-string} property must contain only characters that display +as a single column---control characters, including tabs and newlines, +will give strange results. + +@item The minibuffer prompt does not actually appear in content of the minibuffer; it is displayed specially in the minibuffer window. |