branch: externals/auctex commit f7972dd4cc0c1fea70d1ea1fdf7a0dc96717e165 Author: Arash Esbati <ar...@gnu.org> Commit: Arash Esbati <ar...@gnu.org>
* style/amsmath.el ("amsmath"): Improve query strings. --- style/amsmath.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style/amsmath.el b/style/amsmath.el index 9d3ae78..7114b51 100644 --- a/style/amsmath.el +++ b/style/amsmath.el @@ -62,9 +62,9 @@ '("hdotsfor" ["Stretch"] "Number of columns to cover") '("xleftarrow" ["Below"] "Above") '("xrightarrow" ["Below"] "Above") - '("overset" "Accent symbol" "Symbol") - '("underset" "Accent symbol" "Symbol") - '("overunderset" "Accent symbol" "Symbol below" "Symbol") + '("overset" "Above symbol" "Symbol") + '("underset" "Below symbol" "Symbol") + '("overunderset" "Above symbol" "Below symbol" "Symbol") '("dfrac" 2) '("tfrac" 2) '("binom" 2)