소스 검색

Fixed typos.

Carsten Dominik 17 년 전
부모
커밋
a9ac84c16c
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/org.texi
  2. 1 0
      lisp/org-exp.el

+ 1 - 1
doc/org.texi

@@ -4948,7 +4948,7 @@ When you are finished preparing a note with @i{remember}, you have to press
 remember buffer, you will first be asked if you want to clock out
 now@footnote{To avoid this query, configure the variable
 @code{org-remember-clock-out-on-exit}.}.  If you answer @kbd{n}, the clock
-will continue to run after the note is filed away.
+will continue to run after the note was filed away.
 
 The handler will then store the note in the file and under the headline
 specified in the template, or it will use the default file and headlines.

+ 1 - 0
lisp/org-exp.el

@@ -2993,6 +2993,7 @@ lang=\"%s\" xml:lang=\"%s\">
 		(if (not valid) (setq rpl desc))))
 
 	     ((functionp (setq fnc (nth 2 (assoc type org-link-protocols))))
+	      ;; The link protocol has a function for format the link
 	      (setq rpl
 		    (save-match-data
 		      (funcall fnc (org-link-unescape path) desc1 'html))))