monnier pushed a commit to branch externals/auctex
in repository elpa.
commit a57619fa087992780f750c5c959788df4ef1b44d
Author: Tassilo Horn <[email protected]>
Date: Tue May 28 08:05:47 2013 +0200
Fix docstring of `TeX-source-correlate-sync-source'.
* tex.el (TeX-source-correlate-sync-source): Fix docstring.
---
ChangeLog | 4 ++++
tex.el | 9 ++++-----
2 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 048e637..93621c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-05-28 Tassilo Horn <[email protected]>
+
+ * tex.el (TeX-source-correlate-sync-source): Fix docstring.
+
2013-05-23 Mos� Giordano <[email protected]>
* font-latex.el: Update copyright years, there have been
diff --git a/tex.el b/tex.el
index bb7b067..fee2643 100644
--- a/tex.el
+++ b/tex.el
@@ -1493,11 +1493,10 @@ You could use this for unusual mouse bindings.")
(defun TeX-source-correlate-sync-source (file linecol &rest ignored)
"Show TeX FILE with point at LINECOL.
-If the external wmctrl program is installed, the emacs frame will
-also be risen. This function is called when emacs receives a
-SyncSource signal emitted from the Evince document viewer.
-IGNORED absorbs an unused id field accompanying the DBUS signal
-sent by Evince-3.0.0 or newer."
+This function is called when emacs receives a SyncSource signal
+emitted from the Evince document viewer. IGNORED absorbs an
+unused id field accompanying the DBUS signal sent by Evince-3.0.0
+or newer."
;; FILE may be given as relative path to the TeX-master root document or as
;; absolute file:// URL. In the former case, the tex file has to be already
;; opened.