branch: externals/auctex
commit 2cca33f68a2df99cd3600b1d3193b2b3727ced80
Author: Mosè Giordano <[email protected]>
Commit: Mosè Giordano <[email protected]>

    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

_______________________________________________
auctex-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to