]> code.delx.au - gnu-emacs/blobdiff - lisp/cus-start.el
Merge from origin/emacs-25
[gnu-emacs] / lisp / cus-start.el
index 12def4c41487f327e6e7699a8a697c3de351d443..1c10bf76320e78b08250edadc65fc44f7445031a 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,13 +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
-                                     (const :tag "No translation" nil)
-                                     (const :tag "Translate curly single quotes to ASCII" traditional)
-                                     (const :tag "Translate ASCII single quotes to curly" prefer-unicode))
-                                    "25.1")
              ;; dosfns.c
             (dos-display-scancodes display boolean)
             (dos-hyper-key keyboard integer)
@@ -318,6 +311,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
                                            (const :tag "Always" t)
                                            (repeat (symbol :tag "Parameter")))
                                           "25.1")
+            (tooltip-reuse-hidden-frame tooltip boolean "26.1")
             ;; fringe.c
             (overflow-newline-into-fringe fringe boolean)
             ;; image.c