]> git.eshelyaron.com Git - dotfiles.git/commitdiff
Update the docstring of esy/eww
authorEshel Yaron <eshel@areionsec.com>
Sun, 8 May 2022 09:28:50 +0000 (12:28 +0300)
committerEshel Yaron <eshel@areionsec.com>
Sun, 8 May 2022 09:28:50 +0000 (12:28 +0300)
.emacs.d/esy.org

index cbd04e8f1ec5191e250d1718d68421fb529192b6..e87976548c754809a8aa091f7fd97ba1f53404f4 100644 (file)
@@ -857,7 +857,7 @@ the prior submitted URLs and web search keywords.
 
 #+begin_src emacs-lisp
   (defun esy/eww ()
-    "URL ARG."
+    "Prompt for a URL or keywords to search the web for."
     (interactive)
     (require 'eww)
     (eww (completing-read "Browse or search: "
@@ -866,7 +866,6 @@ the prior submitted URLs and web search keywords.
                           'eww-prompt-history
                           (car (eww-suggested-uris)))))
 #+end_src
-
 ** Proced
 :PROPERTIES:
 :CUSTOM_ID: proced-auto-update