emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master a9713f2 3/3: Improve comments in elisp-mode.el, eli


From: Stephen Leake
Subject: [Emacs-diffs] master a9713f2 3/3: Improve comments in elisp-mode.el, elisp-mode-tests.el
Date: Tue, 01 Sep 2015 10:15:49 +0000

branch: master
commit a9713f202ee9b21dae837b96863e1c1e18c7040a
Author: Stephen Leake <address@hidden>
Commit: Stephen Leake <address@hidden>

    Improve comments in elisp-mode.el, elisp-mode-tests.el
    
    * lisp/progmodes/elisp-mode.el: Clean up FIXMEs, comments.
---
 lisp/progmodes/elisp-mode.el       |    3 ++-
 test/automated/elisp-mode-tests.el |    4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el
index e76728d..bcabf3c 100644
--- a/lisp/progmodes/elisp-mode.el
+++ b/lisp/progmodes/elisp-mode.el
@@ -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)
diff --git a/test/automated/elisp-mode-tests.el 
b/test/automated/elisp-mode-tests.el
index ec01477..7886b55 100644
--- a/test/automated/elisp-mode-tests.el
+++ b/test/automated/elisp-mode-tests.el
@@ -125,7 +125,7 @@
     (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]