mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(nnweb-dejanews-create-mapping, nnweb-reference-create-mapping,
nnweb-altavista-create-mapping, nnweb-google-create-mapping): Fix typos.
This commit is contained in:
parent
a9d4efa239
commit
debad045d2
@ -391,7 +391,7 @@ and `altavista'.")
|
||||
;;;
|
||||
|
||||
(defun nnweb-dejanews-create-mapping ()
|
||||
"Perform the search and create an number-to-url alist."
|
||||
"Perform the search and create a number-to-url alist."
|
||||
(save-excursion
|
||||
(set-buffer nnweb-buffer)
|
||||
(erase-buffer)
|
||||
@ -499,7 +499,7 @@ and `altavista'.")
|
||||
;;;
|
||||
|
||||
(defun nnweb-reference-create-mapping ()
|
||||
"Perform the search and create an number-to-url alist."
|
||||
"Perform the search and create a number-to-url alist."
|
||||
(save-excursion
|
||||
(set-buffer nnweb-buffer)
|
||||
(erase-buffer)
|
||||
@ -627,7 +627,7 @@ and `altavista'.")
|
||||
;;;
|
||||
|
||||
(defun nnweb-altavista-create-mapping ()
|
||||
"Perform the search and create an number-to-url alist."
|
||||
"Perform the search and create a number-to-url alist."
|
||||
(save-excursion
|
||||
(set-buffer nnweb-buffer)
|
||||
(erase-buffer)
|
||||
@ -811,7 +811,7 @@ and `altavista'.")
|
||||
(caar map))))
|
||||
|
||||
(defun nnweb-google-create-mapping ()
|
||||
"Perform the search and create an number-to-url alist."
|
||||
"Perform the search and create a number-to-url alist."
|
||||
(save-excursion
|
||||
(set-buffer nnweb-buffer)
|
||||
(erase-buffer)
|
||||
|
Loading…
Reference in New Issue
Block a user