diff options
| author | Paul Eggert | 2017-09-10 09:20:27 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-09-10 09:24:37 -0700 |
| commit | cdef84fb6893f69ffee1a99fe82a262e02e59bf5 (patch) | |
| tree | f26e8fe49677db19be4fad553ebf123d7b4bd478 /doc/misc | |
| parent | 4973788c6aa2636407b34da840088f635ba6914a (diff) | |
| download | emacs-cdef84fb6893f69ffee1a99fe82a262e02e59bf5.tar.gz emacs-cdef84fb6893f69ffee1a99fe82a262e02e59bf5.zip | |
Spelling fixes
* lisp/progmodes/cc-langs.el:
(c-ambiguous-overloadable-or-identifier-prefixes): Rename from
c-ambiguous-overloadable-or-identifier-prefices. Caller changed.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/org.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/org.texi b/doc/misc/org.texi index 067ae7bbc52..44fcb94f972 100644 --- a/doc/misc/org.texi +++ b/doc/misc/org.texi | |||
| @@ -7641,7 +7641,7 @@ javascript:location.href='org-protocol://open-source?&url='+ | |||
| 7641 | @vindex org-protocol-project-alist | 7641 | @vindex org-protocol-project-alist |
| 7642 | The variable @code{org-protocol-project-alist} maps URLs to local file names, | 7642 | The variable @code{org-protocol-project-alist} maps URLs to local file names, |
| 7643 | by stripping URL parameters from the end and replacing the @code{:base-url} | 7643 | by stripping URL parameters from the end and replacing the @code{:base-url} |
| 7644 | with @code{:working-diretory} and @code{:online-suffix} with | 7644 | with @code{:working-directory} and @code{:online-suffix} with |
| 7645 | @code{:working-suffix}. For example, assuming you own a local copy of | 7645 | @code{:working-suffix}. For example, assuming you own a local copy of |
| 7646 | @url{http://orgmode.org/worg/} contents at @file{/home/user/worg}, you can | 7646 | @url{http://orgmode.org/worg/} contents at @file{/home/user/worg}, you can |
| 7647 | set @code{org-protocol-project-alist} to the following | 7647 | set @code{org-protocol-project-alist} to the following |