emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Remove * characters from the front of variable docstrings


From: Glenn Morris
Subject: Re: Remove * characters from the front of variable docstrings
Date: Thu, 26 Apr 2012 14:46:29 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Also I just noticed this error; maybe there are similar things:

 bzr diff -r 107812..107813 lisp/org/org-ctags.el

*** lisp/org/org-ctags.el       2012-04-03 12:02:21 +0000
--- lisp/org/org-ctags.el       2012-04-09 13:05:48 +0000
***************
*** 188,194 ****
  Created as a local variable in each buffer.")
  
  (defcustom org-ctags-new-topic-template
!   "* <<%t>>\n\n\n\n\n\n"
    "Text to insert when creating a new org file via opening a hyperlink.
  The following patterns are replaced in the string:
      `%t' - replaced with the capitalized title of the hyperlink"
--- 188,194 ----
  Created as a local variable in each buffer.")
  
  (defcustom org-ctags-new-topic-template
!   " <<%t>>\n\n\n\n\n\n"
    "Text to insert when creating a new org file via opening a hyperlink.
  The following patterns are replaced in the string:
      `%t' - replaced with the capitalized title of the hyperlink"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]