comparison lisp/cmdloop.el @ 251:677f6a0ee643 r20-5b24

Import from CVS: tag r20-5b24
author cvs
date Mon, 13 Aug 2007 10:19:59 +0200
parents 1f0dabaa0855
children 6330739388db
comparison
equal deleted inserted replaced
250:f385a461c9aa 251:677f6a0ee643
258 The value is measured in seconds. This only applies if 258 The value is measured in seconds. This only applies if
259 `teach-extended-commands-p' is true." 259 `teach-extended-commands-p' is true."
260 :type 'number 260 :type 'number
261 :group 'keyboard) 261 :group 'keyboard)
262 262
263 ;That damn RMS went off and implemented something differently, after 263 ;;; This is implemented differently in GNU Emacs.
264 ;we had already implemented it. We can't support both properly until 264 ;;; We can't support both properly until we have Lisp magic variables.
265 ;we have Lisp magic variables.
266 ;(defvar suggest-key-bindings t 265 ;(defvar suggest-key-bindings t
267 ; "*FSFmacs equivalent of `teach-extended-commands-*'. 266 ; "*FSFmacs equivalent of `teach-extended-commands-*'.
268 ;Provided for compatibility only. 267 ;Provided for compatibility only.
269 ;Non-nil means show the equivalent key-binding when M-x command has one. 268 ;Non-nil means show the equivalent key-binding when M-x command has one.
270 ;The value can be a length of time to show the message for. 269 ;The value can be a length of time to show the message for.