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

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

[elpa] externals/auctex 2cca33f 42/69: Minor fix in TeX-documentation-te


From: Tassilo Horn
Subject: [elpa] externals/auctex 2cca33f 42/69: Minor fix in TeX-documentation-texdoc
Date: Sat, 26 Mar 2016 21:36:36 +0000

branch: externals/auctex
commit 2cca33f68a2df99cd3600b1d3193b2b3727ced80
Author: Mosè Giordano <address@hidden>
Commit: Mosè Giordano <address@hidden>

    Minor fix in TeX-documentation-texdoc
    
    * tex.el (TeX-documentation-texdoc): Make it possible to run the
      function in read-only buffers.
---
 tex.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tex.el b/tex.el
index b7077fc..3633fd3 100644
--- a/tex.el
+++ b/tex.el
@@ -6102,7 +6102,7 @@ Prompt for selection of the package of which to show the 
documentation.
 If called with a prefix argument ARG, after selecting the
 package, prompt for selection of the manual of that package to
 show."
-  (interactive "*P")
+  (interactive "P")
   (let ((pkg (thing-at-point 'symbol))
        buffer list doc)
     ;; Strip off properties.  XXX: XEmacs doesn't have



reply via email to

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