From 274d29cd0197c28581e348974392fc3932d61c08 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sun, 8 May 2022 12:28:50 +0300 Subject: [PATCH] Update the docstring of esy/eww --- .emacs.d/esy.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.5