Re: unescaped brackets in documentation strings

2004-08-26 Thread Ronan Waide
On August 23, [EMAIL PROTECTED] said: > > In bbdb-com.el, (e.g.) in the documentation of > bbdb-parse-phone-number: replace "^(" by "\\(". > > It may be necessary in other files as well. Check the CVS version before you report bugs, since the bug you're reporting may already be fixed. Cheers, W

unescaped brackets in documentation strings

2004-08-25 Thread Frederik Fouvry
In bbdb-com.el, (e.g.) in the documentation of bbdb-parse-phone-number: replace "^(" by "\\(". It may be necessary in other files as well. It will make the indentation work properly again, and also it will make clicking on the links to variable and function definitions in the *Help* buffer work