diff options
-rw-r--r-- | sx-search.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-search.el b/sx-search.el index c1e1e23..cd2f4e7 100644 --- a/sx-search.el +++ b/sx-search.el @@ -62,7 +62,7 @@ KEYWORDS is passed to `sx-method-call'." :filter sx-browse-filter)) -;;; User command +;;;###autoload (defun sx-search (site query &optional tags excluded-tags) "Display search on SITE for question titles containing QUERY. When TAGS is given, it is a lists of tags, one of which must |