summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-02-16 14:24:22 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-02-16 14:24:22 -0600
commitdfd36e55314378d56d41e029dff5d3cea8b1eb49 (patch)
tree777ec0a3a15a7f832bcd826996cae4c6b8918b7c /doc
parented70d7d13cebe66c6058a0cdd61f7455d044b9be (diff)
downloadtdegraphics-dfd36e55314378d56d41e029dff5d3cea8b1eb49.tar.gz
tdegraphics-dfd36e55314378d56d41e029dff5d3cea8b1eb49.zip
Fix unintended renaming
Diffstat (limited to 'doc')
-rw-r--r--doc/kdvi/index.docbook14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/kdvi/index.docbook b/doc/kdvi/index.docbook
index 7db82ecf..d9f59a94 100644
--- a/doc/kdvi/index.docbook
+++ b/doc/kdvi/index.docbook
@@ -508,7 +508,7 @@ Works only for visiting one buffer at a time."
(this-buf-modified-p nil))
;;; the following is copied from server-visit-files, with
;;; a modification for the `verify-visited-file-modtime' test
- (if (and buf (set-buffer buf))
+ (if (and buf (set -buffer buf))
(if (file-exists-p filen)
;;; if the file has changed on disk, reload it
;;; using `find-file-noselect'
@@ -518,16 +518,16 @@ Works only for visiting one buffer at a time."
;;; if user answered `no', reset modtime anyway
;;; so that server-visit-files doesn't realize the
;;; difference:
- (set-visited-file-modtime)))
+ (set -visited-file-modtime)))
;;; if file exists no longer, we let server-visit-files
;;; deal with that
t)
- (setq buf (find-file-noselect filen)))
- (setq this-buf-modified-p (buffer-modified-p buf))
- (set-buffer buf)
- (set-buffer-modified-p nil)
+ (set buf (find-file-noselect filen)))
+ (set this-buf-modified-p (buffer-modified-p buf))
+ (set -buffer buf)
+ (set -buffer-modified-p nil)
ad-do-it
- (set-buffer-modified-p this-buf-modified-p)))
+ (set -buffer-modified-p this-buf-modified-p)))
</programlisting>
</listitem>
</itemizedlist>