diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-01-09 22:20:22 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-01-09 22:20:22 -0800 |
commit | 27e428e758036e68bffe737a5d361e2b426857a7 (patch) | |
tree | d127e8bae3090e2e1c1fa0127e9f09c2703fe770 /lisp/org/org-protocol.el | |
parent | 5b43da69cbda7874f223da3063da594a7fb84218 (diff) | |
download | emacs-27e428e758036e68bffe737a5d361e2b426857a7.tar.gz emacs-27e428e758036e68bffe737a5d361e2b426857a7.tar.bz2 emacs-27e428e758036e68bffe737a5d361e2b426857a7.zip |
Spelling fixes.
Diffstat (limited to 'lisp/org/org-protocol.el')
-rw-r--r-- | lisp/org/org-protocol.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/org-protocol.el b/lisp/org/org-protocol.el index ccdbc314a53..6ffa86a1204 100644 --- a/lisp/org/org-protocol.el +++ b/lisp/org/org-protocol.el @@ -145,8 +145,8 @@ (defgroup org-protocol nil "Intercept calls from emacsclient to trigger custom actions. -This is done by advising `server-visit-files' to scann the list of filenames -for `org-protocol-the-protocol' and sub-procols defined in +This is done by advising `server-visit-files' to scan the list of filenames +for `org-protocol-the-protocol' and sub-protocols defined in `org-protocol-protocol-alist' and `org-protocol-protocol-alist-default'." :version "22.1" :group 'convenience |