]> code.delx.au - gnu-emacs-elpa/commitdiff
[Fix #1] nameless-aliases docstring
authorArtur Malabarba <bruce.connor.am@gmail.com>
Mon, 7 Sep 2015 20:25:49 +0000 (21:25 +0100)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Mon, 7 Sep 2015 20:25:49 +0000 (21:25 +0100)
nameless.el

index eb595a308ce168243a962460a608c3f06af7e8c0..6737aa0fcac7567afecc3afffa63b2fe48625561 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; Author: Artur Malabarba <emacs@endlessparentheses.com>
 ;; Keywords: convenience, lisp
-;; Version: 0.3
+;; Version: 0.3.1
 ;; Package-Requires: ((emacs "24.4"))
 
 ;; This program is free software; you can redistribute it and/or modify
@@ -66,9 +66,12 @@ automatically insert `font-lock-'."
   :type '(alist string string))
 
 (defvar nameless-aliases nil
-  "Alist from namespaces to aliases.
-Samse syntax as `nameless-global-aliases', but designed to be
-used as a file-local variable.")
+  "Alist from aliases to namespaces.
+This variable takes the same syntax and has the same effect as
+`nameless-global-aliases'.  Aliases set here take priority over
+those in `nameless-global-aliases'.
+This variable is designed to be used as a file-local or dir-local
+variable.")
 
 (defface nameless-face
   '((t :inherit font-lock-type-face))