소스 검색

org.el (org-yank): Small docstring enhancement

* org.el (org-yank): Small docstring enhancement.
Bastien Guerry 11 년 전
부모
커밋
06aa1b615c
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      lisp/org.el

+ 5 - 5
lisp/org.el

@@ -23476,15 +23476,15 @@ cursor is at the beginning of a line or after the stars of a currently
 empty headline, then the yank is handled specially.  How exactly depends
 empty headline, then the yank is handled specially.  How exactly depends
 on the value of the following variables, both set by default.
 on the value of the following variables, both set by default.
 
 
-org-yank-folded-subtrees
+`org-yank-folded-subtrees'
     When set, the subtree(s) will be folded after insertion, but only
     When set, the subtree(s) will be folded after insertion, but only
     if doing so would now swallow text after the yanked text.
     if doing so would now swallow text after the yanked text.
 
 
-org-yank-adjusted-subtrees
+`org-yank-adjusted-subtrees'
     When set, the subtree will be promoted or demoted in order to
     When set, the subtree will be promoted or demoted in order to
-    fit into the local outline tree structure, which means that the level
-    will be adjusted so that it becomes the smaller one of the two
-    *visible* surrounding headings.
+    fit into the local outline tree structure, which means that the
+    level will be adjusted so that it becomes the smaller one of the
+    two *visible* surrounding headings.
 
 
 Any prefix to this command will cause `yank' to be called directly with
 Any prefix to this command will cause `yank' to be called directly with
 no special treatment.  In particular, a simple \\[universal-argument] prefix \
 no special treatment.  In particular, a simple \\[universal-argument] prefix \