summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-12-14 18:26:15 +0300
committerdefanor <defanor@uberspace.net>2017-12-14 18:26:15 +0300
commite1151532a46a7ce2c59a8bc86088063cb03c4438 (patch)
tree77d7be9e4a0f0c6f8194893b376b23ed2dcdc89f /README
parent1caba09338025f92e3dc059efe009eec8d386f30 (diff)
Rename main elisp functions
`pancake' into `pancake-new', `pancake-browse-url' into `pancake', and make its URL argument optional. Should be less confusing and more idiomatic this way, similar to w3m.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index d6ae0d0..92d7240 100644
--- a/README
+++ b/README
@@ -43,7 +43,7 @@ Emacs interface
your default emacs browser::
(require 'pancake)
- (setq browse-url-browser-function 'pancake-browse-url)
+ (setq browse-url-browser-function 'pancake)
To load and show all images automatically (not just after saving them
manually)::