emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex 1f9edc5 5/7: Fix TeX-tree-expand docstring


From: Tassilo Horn
Subject: [elpa] externals/auctex 1f9edc5 5/7: Fix TeX-tree-expand docstring
Date: Fri, 08 May 2015 06:30:52 +0000

branch: externals/auctex
commit 1f9edc5b0103b1bfd982f7bba6652958b02a6812
Author: Tassilo Horn <address@hidden>
Commit: Tassilo Horn <address@hidden>

    Fix TeX-tree-expand docstring
    
    (TeX-tree-expand): Fix docstring.
---
 ChangeLog |    1 +
 tex.el    |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 404b16a..9be6aab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
 
        * tex.el (TeX-mode-syntax-table): Use paired delimiter syntax for
        character |.
+       (TeX-tree-expand): Fix docstring.
 
 2015-05-07  Mos� Giordano  <address@hidden>
 
diff --git a/tex.el b/tex.el
index 0816ae2..ae4bb3d 100644
--- a/tex.el
+++ b/tex.el
@@ -2349,7 +2349,7 @@ If REGEXP is nil, or \"\", an error will occur."
 
 (defun TeX-tree-expand (vars program &optional subdirs)
   "Return directories corresponding to the kpathsea variables VARS.
-This is done calling `kpsewhich --expand-path' for each variable.
+This is done calling `kpsewhich --expand-path' for the variables.
 PROGRAM is passed as the parameter for --progname.  SUBDIRS are
 subdirectories which are appended to the directories of the TeX
 trees.  Only existing directories are returned."



reply via email to

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