diff options
author | Glenn Morris <rgm@gnu.org> | 2015-06-07 16:47:45 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2015-06-07 16:47:45 -0700 |
commit | 86abad65089deabe7f215c4bd644c781080b9be2 (patch) | |
tree | db32238ebc995a371fd7df4db81265231ed17b92 /lisp/cus-start.el | |
parent | 90a19baa2023145d805e93875e4a158540e15990 (diff) | |
download | emacs-86abad65089deabe7f215c4bd644c781080b9be2.tar.gz |
Remove the obsolete leading "*" from some C doc strings.
* src/coding.c (syms_of_coding):
* src/font.c (syms_of_font): Remove leading "*" from docs.
* lisp/cus-start.el (enable-character-translation): Add it.
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r-- | lisp/cus-start.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index b4d2139022c..8740f075621 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -181,6 +181,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of (repeat (directory :format "%v"))) ;; coding.c (inhibit-eol-conversion mule boolean) + (enable-character-translation mule boolean) (eol-mnemonic-undecided mule string) ;; startup.el fiddles with the values. IMO, would be ;; simpler to just use #ifdefs in coding.c. |