From: Eshel Yaron Date: Sun, 8 May 2022 09:28:50 +0000 (+0300) Subject: Update the docstring of esy/eww X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=274d29cd0197c28581e348974392fc3932d61c08;p=dotfiles.git Update the docstring of esy/eww --- diff --git a/.emacs.d/esy.org b/.emacs.d/esy.org index cbd04e8..e879765 100644 --- a/.emacs.d/esy.org +++ b/.emacs.d/esy.org @@ -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