* lisp/net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
This commit is contained in:
parent
d8788e1e6f
commit
204f3953f9
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2012-10-05 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
|
||||
|
||||
* color.el (color-name-to-rgb, color-rgb-to-hex)
|
||||
(color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
|
||||
(color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
|
||||
|
|
|
@ -1736,7 +1736,7 @@ return a nested list."
|
|||
|
||||
(defun newsticker-group-move-feed (name group-name &optional no-update)
|
||||
"Move feed NAME to group GROUP-NAME.
|
||||
Update teeview afterwards unless NO-UPDATE is non-nil."
|
||||
Update treeview afterwards unless NO-UPDATE is non-nil."
|
||||
(interactive
|
||||
(let ((completion-ignore-case t))
|
||||
(list (completing-read "Feed Name: "
|
||||
|
|
Loading…
Add table
Reference in a new issue