From: Stephen Leake Date: Tue, 1 Sep 2015 10:12:24 +0000 (-0500) Subject: Improve comments in elisp-mode.el, elisp-mode-tests.el X-Git-Tag: emacs-25.0.90~1230^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a9713f202ee9b21dae837b96863e1c1e18c7040a;p=emacs.git Improve comments in elisp-mode.el, elisp-mode-tests.el * lisp/progmodes/elisp-mode.el: Clean up FIXMEs, comments. --- diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index e76728d0461..bcabf3cdf59 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 ec01477984c..7886b557141 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