diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-08-30 19:44:41 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-08-30 19:45:05 -0700 |
commit | 6f40b8b23a7c4dcc1ad07e0ad9d32609d21c9f79 (patch) | |
tree | 976ce8988c55fe60168ff53ca0a9fdaa988a6452 /lisp/htmlfontify.el | |
parent | 6cf3ee3d5474a61d6615a6a21d9e7723f7ba9151 (diff) | |
download | emacs-6f40b8b23a7c4dcc1ad07e0ad9d32609d21c9f79.tar.gz |
Minor doc quoting fixes
* doc/misc/htmlfontify.texi (Interactive):
* lisp/htmlfontify.el (htmlfontify-buffer):
Spell out character names, for clarity. The old doc string
generated the *Help* text ‘^L ([FF]) or ¤ (244)’, where ‘[FF]’
stands for a form feed character; this was confusing.
* lisp/electric.el (electric-quote-mode):
* src/doc.c (syms_of_doc):
* src/editfns.c (Fformat_message):
Remove no-longer-necessary ‘\=’s in doc strings.
Diffstat (limited to 'lisp/htmlfontify.el')
-rw-r--r-- | lisp/htmlfontify.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el index 431300c81c2..8cbe3c1dc9e 100644 --- a/lisp/htmlfontify.el +++ b/lisp/htmlfontify.el @@ -1849,8 +1849,9 @@ Dangerous characters in the existing buffer are turned into HTML entities, so you should even be able to do HTML-within-HTML fontified display. -You should, however, note that random control or eight-bit -characters such as ^L (\x0c) or ¤ (\xa4) won't get mapped yet. +You should, however, note that random control or non-ASCII +characters such as ^L (U+000C FORM FEED (FF)) or ¤ (U+00A4 +CURRENCY SIGN) won't get mapped yet. If the SRCDIR and FILE arguments are set, lookup etags derived entries in the `hfy-tags-cache' and add HTML anchors and |