mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
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.
This commit is contained in:
parent
2cac2e2e10
commit
d1729604c4
1 changed files with 0 additions and 9 deletions
|
|
@ -220,15 +220,6 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
|
||||||
(visible-bell display boolean)
|
(visible-bell display boolean)
|
||||||
(no-redraw-on-reenter 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
|
;; dosfns.c
|
||||||
(dos-display-scancodes display boolean)
|
(dos-display-scancodes display boolean)
|
||||||
(dos-hyper-key keyboard integer)
|
(dos-hyper-key keyboard integer)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue