diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2012-06-27 17:16:32 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2012-06-27 17:16:32 -0400 |
commit | 04901786943c00a9d2077d39ecbd2ac5c6f54b5f (patch) | |
tree | 2cf103d5688aafe2f2eda9d90d6641d508867d5c /lisp/emacs-lisp/cl.el | |
parent | 1ec4b7b25979ff9ea72a3ea35bf35d5882f467f7 (diff) | |
download | emacs-04901786943c00a9d2077d39ecbd2ac5c6f54b5f.tar.gz |
* lisp/help-mode.el (help-make-xrefs): Don't just withstand
cyclic-variable-indirection but any error in documentation-property.
Diffstat (limited to 'lisp/emacs-lisp/cl.el')
-rw-r--r-- | lisp/emacs-lisp/cl.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl.el b/lisp/emacs-lisp/cl.el index 0b6d9cd2223..04ff194a3bf 100644 --- a/lisp/emacs-lisp/cl.el +++ b/lisp/emacs-lisp/cl.el @@ -519,7 +519,7 @@ Unlike `flet', this macro is fully compliant with the Common Lisp standard. ;; Generalized variables are provided by gv.el, but some details are ;; not 100% compatible: not worth the trouble to add them to cl-lib.el, but we -;; still to support old users of cl.el. +;; still need to support old users of cl.el. ;; FIXME: `letf' is unsatisfactory because it does not really "restore" the ;; previous state. If the getter/setter loses information, that info is |