]> code.delx.au - gnu-emacs/blobdiff - lisp/cus-start.el
Update copyright year to 2016
[gnu-emacs] / lisp / cus-start.el
index a246d89f81f502622ffba75b7d19d58bccb08ba3..5be61ce537c697d76e5b1f8a287a0f74e5c9feb1 100644 (file)
@@ -1,6 +1,6 @@
 ;;; cus-start.el --- define customization properties of builtins  -*- lexical-binding:t -*-
 
-;; Copyright (C) 1997, 1999-2015 Free Software Foundation, Inc.
+;; Copyright (C) 1997, 1999-2016 Free Software Foundation, Inc.
 
 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
 ;; Keywords: internal
@@ -220,14 +220,6 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
             (visible-bell display boolean)
             (no-redraw-on-reenter display boolean)
 
-            ;; doc.c
-            (help-quote-translation help
-                                    (choice
-                                     (character :tag "Quote ‘like this’" :value ?‘)
-                                     (character :tag "Quote 'like this'" :value ?\')
-                                     (character :tag "Quote `like this'" :value ?\`)
-                                     (const :tag "Quote ‘like this’ if displayable, 'like this' otherwise" nil))
-                                    "25.1")
              ;; dosfns.c
             (dos-display-scancodes display boolean)
             (dos-hyper-key keyboard integer)