diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-08-30 23:02:34 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-08-30 23:12:31 -0700 |
commit | d1729604c4ddb9a5314f3d8a1e0c76536cffad85 (patch) | |
tree | bb0c407c5ff66b2be84ddd83cb0c5ea5c58a80bb /lisp | |
parent | 2cac2e2e1067b6f48e96667b9c030cdb5df88af4 (diff) | |
download | emacs-d1729604c4ddb9a5314f3d8a1e0c76536cffad85.tar.gz emacs-d1729604c4ddb9a5314f3d8a1e0c76536cffad85.tar.bz2 emacs-d1729604c4ddb9a5314f3d8a1e0c76536cffad85.zip |
Make ‘text-quoting-style’ a plain defvar
It doesn’t need customization, as it’s likely useful only by experts.
Suggested by Stefan Monnier in:
http://lists.gnu.org/archive/html/emacs-devel/2015-08/msg01020.html
* lisp/cus-start.el: Remove doc.c section for builtin customized vars.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/cus-start.el | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 2b9cc094f95..7e251196d6c 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -220,15 +220,6 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of (visible-bell display boolean) (no-redraw-on-reenter display boolean) - ;; doc.c - (text-quoting-style - help - (choice - (const :tag "Quote with curved single quotes \\=‘like this\\=’" curve) - (const :tag "Quote with straight apostrophes \\='like this\\='" straight) - (const :tag "Quote with grave accent and apostrophe \\=`like this\\='" grave) - (const :tag "Use curved quotes if displayable, grave accent and apostrophe otherwise" nil)) - "25.1") ;; dosfns.c (dos-display-scancodes display boolean) (dos-hyper-key keyboard integer) |