]> code.delx.au - gnu-emacs/commitdiff
Improve comments in elisp-mode.el, elisp-mode-tests.el
authorStephen Leake <stephen_leake@stephe-leake.org>
Tue, 1 Sep 2015 10:12:24 +0000 (05:12 -0500)
committerStephen Leake <stephen_leake@stephe-leake.org>
Tue, 1 Sep 2015 10:15:30 +0000 (05:15 -0500)
* lisp/progmodes/elisp-mode.el: Clean up FIXMEs, comments.

lisp/progmodes/elisp-mode.el
test/automated/elisp-mode-tests.el

index e76728d0461f1d03cf853bd1aceeba0fdcea8f61..bcabf3cdf594b5e76e69dfca73883bf605977839 100644 (file)
@@ -653,7 +653,8 @@ non-nil result supercedes the xrefs produced by
 
       ;; FIXME: advised function; list of advice functions
 
-      ;; FIXME: aliased variable
+      ;; Coding system symbols do not appear in ‘load-history’,
+      ;; so we can’t get a location for them.
 
       (when (and (symbolp symbol)
                  (symbol-function symbol)
index ec01477984cdb947c6a3453005ff9b0ff9662ea8..7886b557141007ecc6ca2c7c87e9c744a88aae5c 100644 (file)
     (cl-case type
       (defalias
        ;; summary: "(defalias xref)"
-       ;; target : "(defalias 'xref)"
+       ;; target : "(defalias 'xref"
        (concat "(defalias '" (substring (xref-item-summary xref) 10 -1)))
 
       (defun
@@ -211,7 +211,7 @@ to (xref-elisp-test-descr-to-target xref)."
 
 ;; alphabetical by test name
 
-;; FIXME: autoload
+;; Autoloads require no special support; they are handled as functions.
 
 ;; FIXME: defalias-defun-c cmpl-prefix-entry-head
 ;; FIXME: defalias-defvar-el allout-mode-map