Mercurial > hg > xemacs-beta
comparison lisp/cmdloop.el @ 276:6330739388db r21-0b36
Import from CVS: tag r21-0b36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:30:37 +0200 |
parents | 677f6a0ee643 |
children | c42ec1d1cded |
comparison
equal
deleted
inserted
replaced
275:a68ae4439f57 | 276:6330739388db |
---|---|
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 ;;; This is implemented differently in GNU Emacs. | 263 ;That damn RMS went off and implemented something differently, after |
264 ;;; We can't support both properly until we have Lisp magic variables. | 264 ;we had already implemented it. We can't support both properly until |
265 ;we have Lisp magic variables. | |
265 ;(defvar suggest-key-bindings t | 266 ;(defvar suggest-key-bindings t |
266 ; "*FSFmacs equivalent of `teach-extended-commands-*'. | 267 ; "*FSFmacs equivalent of `teach-extended-commands-*'. |
267 ;Provided for compatibility only. | 268 ;Provided for compatibility only. |
268 ;Non-nil means show the equivalent key-binding when M-x command has one. | 269 ;Non-nil means show the equivalent key-binding when M-x command has one. |
269 ;The value can be a length of time to show the message for. | 270 ;The value can be a length of time to show the message for. |