* [PATCH] Doc fixes for browse-url.el
@ 2002-06-30 21:44 Ville Skyttä
0 siblings, 0 replies; only message in thread
From: Ville Skyttä @ 2002-06-30 21:44 UTC (permalink / raw)
Here's a couple of doc fixes for browse-url.el, against the version 1.22
in Emacs CVS.
--- browse-url.el.1.22 Mon Jul 1 00:38:05 2002
+++ browse-url.el Mon Jul 1 00:41:38 2002
@@ -632,8 +632,8 @@
(browse-url-of-file file-name))))
(defun browse-url-delete-temp-file (&optional temp-file-name)
- ;; Delete browse-url-temp-file-name from the file system
- ;; If optional arg TEMP-FILE-NAME is non-nil, delete it instead
+ "Delete `browse-url-temp-file-name' from the file system.
+If the optional argument TEMP-FILE-NAME is non-nil, delete it instead."
(let ((file-name (or temp-file-name browse-url-temp-file-name)))
(if (and file-name (file-exists-p file-name))
(delete-file file-name))))
@@ -831,7 +831,7 @@
"reload")))
(defun browse-url-netscape-send (command)
- "Send a remote control command to Netscape."
+ "Send a remote control command COMMAND to Netscape."
(let* ((process-environment (browse-url-process-environment)))
(apply 'start-process "netscape" nil
browse-url-netscape-program
@@ -952,7 +952,7 @@
When called non-interactively, optional second argument NEW-WINDOW is
used instead of `browse-url-new-window-flag'."
- (interactive (browse-url-interactive-arg "URL: "))
+ (interactive (browse-url-interactive-arg "URL: "))
(apply 'start-process (concat "gnome-moz-remote " url)
nil
"gnome-moz-remote"
@@ -1137,7 +1137,7 @@
otherwise use any existing one. A non-nil interactive prefix argument
reverses the effect of `browse-url-new-window-flag'.
-When called non-interactively, optional second argument NEW-WINDOW is
+When called non-interactively, optional second argument NEW-BUFFER is
used instead of `browse-url-new-window-flag'."
(interactive (browse-url-interactive-arg "Lynx URL: "))
(let* ((system-uses-terminfo t) ; Lynx uses terminfo
--
Ville Skyttä
ville.skytta at xemacs.org
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-06-30 21:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-30 21:44 [PATCH] Doc fixes for browse-url.el Ville Skyttä
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.