Re: [O] 9.1.3.2 Template expansion: documentation issue

2017-01-22 Thread Nicolas Goaziou
Hello, Karl Eichwalder writes: > In 9.1.3.2 Template expansion, you say: > > %\n Insert the text entered at the nth %^{PROMPT}, where > ā€˜n’ is > > but in my 25.1.1, you must use "%\\n". No, you mustn't. The placeholder really is "%\n", but Elisp require backslash characters to be e

[O] 9.1.3.2 Template expansion: documentation issue

2017-01-16 Thread Karl Eichwalder
In 9.1.3.2 Template expansion, you say: %\n Insert the text entered at the nth %^{PROMPT}, where ā€˜n’ is but in my 25.1.1, you must use "%\\n". Maybe, it is also worth noting that %^{PROP}p Prompt the user for a value for property PROP. will get inserted at the end of a l