From 9d63a329e734c81938614f1277d88bbf00f6e660 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 26 Feb 2026 11:07:57 +0200 Subject: [PATCH] ; * lisp/skeleton.el (skeleton-insert): Doc fix. (Bug#80492) --- lisp/skeleton.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/skeleton.el b/lisp/skeleton.el index 81f19c22ce2..8162b322e14 100644 --- a/lisp/skeleton.el +++ b/lisp/skeleton.el @@ -192,8 +192,8 @@ variable `str' within the skeleton. When this is non-nil, the interactor gets ignored, and this should be a valid skeleton element. When done with skeleton, but before going back to `_'-point, add -a newline (unless `skeleton-end-newline' is nil) and run the hook -`skeleton-end-hook'. +a newline (unless `skeleton-end-newline' is nil or `_'-point is at end +of line), and run the hook `skeleton-end-hook'. SKELETON is made up as (INTERACTOR ELEMENT ...). INTERACTOR may be nil if not needed, a prompt-string or an expression for complex read functions.